Skip to main content

planGraph

Wealth projection for the user

GraphQL Schema

extend type query {
"""Wealth projection for the user"""
planGraph(userId: ID!): WealthProjection!
}

Arguments

NameTypeDescription
userIdID!Unique ID of the user

Response Shape

This query returns WealthProjection!

NameTypeDescription
currentWealthMoney!
finalWealthMoney!
wealthProjection[WealthAtDate]!